constrained type meaning in English
约束类型
Examples
- Test methods for vibration - damping property in laminated damping steel sheets of constrained type
限定型层压减震薄钢板的振动阻尼特性的试验方法 - Shows how to constrain type parameters to enable access to methods and properties of the types used to instantiate the generic class
演示如何约束类型参数,以启用对用于实例化泛型类的类型的方法和属性的访问。 - You can also constrain type parameters to types that have a particular base class , that have a default constructor , or that are reference types or value types
还可以将类型参数限制为具有特定基类的类型、具有默认构造函数的类型或是引用类型或值类型。 - By constraining the type parameter , you increase the number of allowable operations and method calls to those supported by the constraining type and all types in its inheritance hierarchy
通过约束类型参数,可以增加约束类型及其继承层次结构中的所有类型所支持的允许操作和方法调用的数量。